Dsl
class Dsl
Types
Functions
Link copied to clipboard
fun DslList<ChannelProtos.Channel, ChannelFileKt.Dsl.ChannelsProxy>.add(value: ChannelProtos.Channel)
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard
fun DslList<ChannelProtos.Channel, ChannelFileKt.Dsl.ChannelsProxy>.addAll(values: Iterable<ChannelProtos.Channel>)
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard
uint32 version = 2;
Link copied to clipboard
inline operator fun DslList<ChannelProtos.Channel, ChannelFileKt.Dsl.ChannelsProxy>.plusAssign(value: ChannelProtos.Channel)
inline operator fun DslList<ChannelProtos.Channel, ChannelFileKt.Dsl.ChannelsProxy>.plusAssign(values: Iterable<ChannelProtos.Channel>)
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard
operator fun DslList<ChannelProtos.Channel, ChannelFileKt.Dsl.ChannelsProxy>.set(index: Int, value: ChannelProtos.Channel)
repeated .meshtastic.Channel channels = 1;